Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

contrib/bpf_inspect.py: fix BpfProg repr #450

Merged
merged 1 commit into from
Nov 6, 2024
Merged

Conversation

zegao96
Copy link
Contributor

@zegao96 zegao96 commented Nov 5, 2024

When run drgn on kernel v5.4, there is no tail_call_reachable
in prog-> aux. Check before retrieving the struct in order to
avoid panic

When run drgn on kernel v5.4, there is no `tail_call_reachable`
in `prog-> aux`. Check before retrieving the struct in order to
avoid panic

Signed-off-by: Ze Gao <[email protected]>
@osandov osandov merged commit 127dde9 into osandov:main Nov 6, 2024
39 checks passed
@osandov
Copy link
Owner

osandov commented Nov 6, 2024

Thanks for the fix!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants